home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d20
/
msgq160s.arc
/
P2C.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-10-26
|
238 b
|
11 lines
/*
* P2C.H - Pascal/C string conversion
*
* Msged/Q message editor for QuickBBS Copyright 1990 by P.J. Muller
*
*/
void pascal p2c_str (char *str);
void pascal c2p_str (char *str);
void pascal p2c_strn(char *str, int n);